:root{--bg-color:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--primary:#2563eb;--primary-hover:#1d4ed8;--white:#fff;--success:#10b981;--bg-badge:#f1f5f9;--font-main:'Inter',sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);background-image:radial-gradient(circle at 10% 20%,rgba(37,99,235,0.05) 0,transparent 20%),radial-gradient(circle at 90% 80%,rgba(37,99,235,0.05) 0,transparent 20%);color:var(--text-main);min-height:100vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column;justify-content:space-between}header{padding:1.5rem 2rem;display:flex;align-items:center;justify-content:flex-start}header img{height:32px;width:auto;object-fit:contain}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1.5rem;width:100%;max-width:900px;margin:0 auto}h1{font-weight:800;font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;letter-spacing:-0.03em;color:var(--text-main);margin-bottom:1.5rem}h1 span{color:var(--primary)}p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:var(--text-muted);max-width:640px;margin-bottom:2.5rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary);color:var(--white);font-weight:600;font-size:1.125rem;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(37,99,235,0.25);width:auto}.cta-button:hover,.cta-button:focus{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(37,99,235,0.35);outline:2px solid transparent;outline-offset:2px}.cta-button:active{transform:translateY(0)}.utility-badge{display:inline-block;background:#eff6ff;color:#2563eb;font-size:.875rem;font-weight:600;padding:.375rem .875rem;border-radius:9999px;margin-bottom:1.5rem;letter-spacing:.025em;text-transform:uppercase;border:1px solid rgba(37,99,235,0.1)}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;width:100%}.trust-item{display:flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem 1rem;border-radius:9999px;border:1px solid #e2e8f0;font-size:.875rem;font-weight:500;color:var(--text-muted);box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.trust-item svg{width:16px;height:16px;color:var(--text-muted)}.trust-item.status{color:var(--text-main)}.pulse-dot{width:8px;height:8px;background-color:var(--success);border-radius:50%;box-shadow:0 0 0 2px rgba(16,185,129,0.2);animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}footer{padding:1.5rem;text-align:center;font-size:.875rem;color:var(--text-muted);border-top:1px solid transparent}@media(max-width:640px){header{padding:1.25rem}main{padding:1rem}h1{font-size:2.25rem}p{font-size:1rem;margin-bottom:2rem}.cta-button{width:100%;max-width:320px}.trust-row{gap:.75rem;flex-direction:column;align-items:center}.trust-item{width:100%;max-width:280px;justify-content:center}}